.newsletter {
  background: var(--white);
}
.newsletter_inner {
  width: auto;
  height: fit-content;
  border-radius: 3px;
  margin: auto;
  display: grid;
  grid-template-columns: auto;
  padding: 0 14px;
}
.newsletter_text {
  width: auto;
  margin: auto;
  margin-top: auto;
  margin-top: 25px;
  font-weight: 600;
  font-size: 1.3em;
  color: var(--white);
}
.w_left, .w_right {
padding: 15px 0;
  display: flex;
  align-items: center;
}

.border_x{
    background: white;
  border: solid 1px hsl(0, 0%, 80%);
}


.w_left_inner {
	height: fit-content;
	display: block;
}
.newsletter_text_2 {
	width: auto;
	margin: auto;
	margin-top: 25px;
	font-size: 1em;
	color: var(--white);
	font-weight: 600;
	line-height: 1.5em;
}
.newsletter_text_3 {
  width: 100%;
}
.right_newsletter {
	padding: 15px;
	display: grid;
	grid-template-rows: auto;
	width: auto;
}
.input_sc {
    font-size: 1.2em;
	padding: 10px;
	border-radius: 3px;
	border: 3px solid #27273f;
	background: transparent;
}
.line_v_2 {
	height: 25px;
}


@media only screen and (min-device-width: 1200px) {
.newsletter {
  background: var(--white);
}
.line_v_2 {
	border-bottom: 1px dashed var(--deep_dark);
}
.newsletter_inner {
  width: 1200px;
  height: fit-content;
  border-radius: 3px;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
}
.newsletter_text {
  width: 400px;
  margin: auto;
  margin-top: auto;
  margin-top: 25px;
  font-weight: 600;
  font-size: 1.3em;
  color: var(--white);
}
.left_newsletter {
	height: fit-content;
	display: block;
}
.newsletter_text_2 {
	width: 400px;
	margin: auto;
	margin-top: 25px;
	font-size: 1em;
	color: var(--white);
	font-weight: 600;
	line-height: 1.5em;
}
.newsletter_text_3 {
  width: 100%;
}
.border_x{
    background: white;
  border: none;
}
.right_newsletter {
	padding: 15px;
	display: grid;
	grid-template-rows: auto;
}
.input_sc {
    font-size: 1.2em;
	padding: 10px;
	border-radius: 3px;
	border: 3px solid #27273f;
	background: transparent;
}
}
